All Questions
Tagged with coffeescriptfunctional-programming
5 questions
4votes
1answer
76views
CoffeeScript 2 + 2 program
I tested this program on Smooth-CoffeeScript I just wanted to have as many eyes on this as I could to learn about coffeescript; Is there anything I should do to improve it? Am I using the tools ...
1vote
1answer
43views
Extracting a list of hyperlinks [closed]
I need to produce a list objCollector with some results: ...
4votes
1answer
315views
Resize renderer on browser window size change
For a game, there is some WebGLRenderer object that wraps around canvas element. There is need to update it's size when browser window size changes. Here goes my current code written using BaconJS. ...
3votes
1answer
383views
Functional Sundaram's sieve
I wrote this Sundaram's sieve in Coffeescript to quickly generate prime numbers up to limit: ...
4votes
1answer
521views
Project Euler question 2 in CoffeeScript
By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms. ...